home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
AmigaSystem
/
Scalos
/
PreferencesLib
/
examples
/
Examples.readme
< prev
next >
Wrap
Text File
|
2002-10-28
|
970b
|
19 lines
Here you will find the following examples for 68k ASM, Blitz Basic 2 and C. You
should go through the examples in this order, and you should have already read
the background section of the Autodoc:
single (example of single data items per tag)
multiple (example of multiple data items per tag)
loadsave (example of loading and saving preferences)
big (example of multiple ID's, Tag's and a mix of single and multiple data items per tag)
The ASM examples were written using AsmPro but should work in other assemblers,
possibly with some minor modifications to the assembler directives and perhaps the
symbolic offsets used into OS structures.
The C examples were written with StormC v3, but there is also a makefile supplied
for VBCC which should be easily adapted to other compilers. There isn't anything
compiler specific in the source and they are all single source file examples so you
probably could compile it straight from the command line.